Calculate Quantity Available for POS - Inventory [closed]
Posted
by
tunmise fasipe
on Programmers
See other posts from Programmers
or by tunmise fasipe
Published on 2012-06-17T19:57:18Z
Indexed on
2012/06/17
21:23 UTC
Read the original article
Hit count: 170
design
|business-logic
From what I have read
Quantity on Hand is the physical number of Items in stock http://www.businessdictionary.com/definition/quantity-on-hand.html
Quantity Available is Quantity On Hand minus outbound items (e.g Ordered Quantity) http://community.intuit.com/posts/quantity-on-hand-vs-quantity-available-2
Does this still hold for POS? Can there be outbound items in POS system since items are picked up immediately?
If not does that mean QtyOnHand = QtyAvailable for POS?
© Programmers or respective owner